home *** CD-ROM | disk | FTP | other *** search
- #ifndef _DTJFDLG_HPP
- #define _DTJFDLG_HPP
-
- #include "dtjdlg.hpp"
-
- class METAEXPORTCLASSDEF DTJFileDialog : public DTJDialog
- {
- public:
- DTJFileDialog( const MetaObject * pMetaObj );
- virtual ~DTJFileDialog();
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
- };
-
- // needed for mdreader
- typedef DTJFileDialog DTjava__dot__awt__dot__FileDialog__dot__102;
-
- #endif // _DTJFDLG_HPP
-